home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / comm / fido / NLFind.lha / NLFind / src.lha / smakefile < prev   
Makefile  |  1995-08-02  |  352b  |  23 lines

  1. #
  2. # Makefile for NLFind
  3. #
  4. #
  5.  
  6. OBJS= NLFind.o
  7.  
  8. NLFind: $(OBJS) 
  9.    sc NOCHECKABORT link to NLFind with <<
  10. $(OBJS)
  11. <
  12.  
  13. NLFind.o: NLFind.c scoptions INCLUDE:NLFind.gst
  14.     sc NLFind.c GST=INCLUDE:NLFind.gst NOLINK
  15.  
  16. INCLUDE:NLFind.gst: gst.c scoptions smakefile
  17.     sc gst.c MAKEGST=INCLUDE:NLFind.gst IGNORE=105 NOOPTIMIZE
  18.     delete gst.o
  19.  
  20. dist:
  21.     execute makedist
  22.  
  23.